home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Demos / Total Distortion / kick / 00001.ls next >
Encoding:
Text File  |  1994-08-25  |  420 b   |  13 lines

  1. on exitFrame
  2.   if getNthFileNameInFolder(the pathName, 1) = "aa01" then
  3.     go(1, "aa01")
  4.   else
  5.     if getNthFileNameInFolder("tdcd:tdcddemoo:", 1) = "aa01" then
  6.       go(1, "tdcd:tdcddemoo:aa01")
  7.     else
  8.       alert("I can't find the correct demo file. You must find the Total Distortion demo folder and open the file named 'aa01'" & RETURN & RETURN & "OK?")
  9.       go(1, "tdcd:tdcddemo:aa01")
  10.     end if
  11.   end if
  12. end
  13.